INVISIBLE_PARAM_BUTTON

Description

Active and invisible element that can be clicked to increment the value. It is similar to the IMAGE_PARAM_BUTTON, but with no visible element. It is particularly useful to make some complex graphical parts of the user interface clickable, without having to design an image button.

The control supports several keyboard shortcuts and mouse click: Each time the user clicks on the button, the parameter is incremented to next value (the number of possible values depending on the number of images). For more information, see Param Control widgets user experience.

Common Attributes

See the attributes common to all param control widgets.

Specific Attributes
Name Value Type Default Value Description Comment V.

loop

boolean

true

Enable loop for the the button values.

When disabled, the button won't loop back to the minimum value when reaching the maximum value.

1.4.4